dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRangeType<T> Class
Properties Methods

PgSqlRangeType<T> Class Members

The following tables list the members exposed by PgSqlRangeType<T>.

Public Properties
 NameDescription
Public PropertyGets a value indicating whether the PgSqlRangeType<T> is an object, representing an empty range.  
Public PropertyIndicates whether the lower bound of the current range is inclusive.  
Public PropertyIndicates whether the lower bound of the current range is infinity (the current range includes any value less than the upper bound).  
Public PropertyGets a value indicating whether the PgSqlRangeType<T> is an object, representing a NULL value.  
Public PropertyIndicates whether the upper bound of the current range is inclusive.  
Public PropertyIndicates whether the upper bound of the current range is infinity (the current range includes any value greater than the lower bound).  
Public PropertyGets or sets the lower bound of the range.  
Public PropertyGets or sets the upper bound of the range.  
Top
Public Methods
 NameDescription
Public MethodDetermines whether the specified value is contained by the range.  
Public MethodDetermines if the specified object is an instance of PgSqlRangeType<T> and has the same values as the current PgSqlRangeType<T> instance.  
Public MethodReturns a hash code for the PgSqlRangeType<T> type.  
Public MethodConverts the current PgSqlPath structure to a System.String.  
Top
Public Operators
See Also